home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / netz / awdpal / helpdocs / template < prev    next >
Text File  |  1997-01-01  |  1KB  |  48 lines

  1. Back to MENU
  2. Back to FUNCTIONS
  3.                               Template
  4.                               --------
  5.  
  6. General:
  7.  
  8. The TEMPLATE button automatically inserts a default HTML document
  9. template at the position of the cursor.  If the cursor is positioned
  10. on a line with text on, that text is inserted between the TITLE
  11. tags.
  12.  
  13. Syntax:
  14.  
  15. <HTML>            - Denotes start of HTML document
  16. <HEADER>          - Denotes start of header
  17. <TITLE>           - Denotes start of title
  18. {Title text}      - Title text (appears in WWW browser window bar)
  19. </TITLE>          - Denotes end of title text
  20. </HEADER>         - Denotes end of header
  21. <BODY>            - Denotes start of body
  22. {The Body}        - The body
  23. </BODY>           - Denotes end of body
  24. </HTML>           - Denotes end of HTML document
  25.  
  26. More explanation of the HTML document structure is provided in the
  27. PRIMER .
  28.  
  29. Use:
  30.  
  31. 1 - Double click on the "Template" item.  The tags will be inserted.
  32.  
  33. or
  34.  
  35. 1 - SELECT the text that you wish to call the page's title.
  36. 2 - Double click on the "Template" item.  The tags will be inserted.
  37.  
  38. Example:
  39.  
  40. <HTML>
  41. <HEADER>
  42. <TITLE> English Mustards </TITLE>
  43. </HEADER>
  44. <BODY>
  45. ...
  46. </BODY>
  47. </HTML>
  48.